NevronOpenVision
Nevron.Nov.DataStructures Namespace / NDynamicArrayRing<T> Class


NDynamicArrayRing<T> Class Properties

For a list of all members of this type, see NDynamicArrayRing<T> members.

Public Properties
 NameDescription
Public PropertyGets or sets the capacity of the backing array.  
Public PropertyGets the count of items in this set.  
Public PropertyGets the head index. Valid only if Count is not zero.  
Public PropertyGets or sets the element at the specified index.  
Public PropertyGets the internal items backing array.  
Public PropertyGets the tail index. Valid only if Count is not zero.  
Top
See Also